Skip to content

Conversation

@rarepolz
Copy link
Collaborator

@rarepolz rarepolz commented Nov 4, 2025

Issue #, if available:
closes #40
Description of changes:

  • Add parameter validation and comprehensive error handling for all exception types
  • Implement status code validation and function error detection
  • Add ResourceNotFoundException and InvalidParameterValueException handling
  • Include test coverage for all error paths and edge cases
  • Support synchronous Lambda invocation with proper payload serialization and response parsing

Dependencies

If this PR requires testing against a specific branch of the Python Language SDK (e.g., for unreleased changes), uncomment and specify the branch below. Otherwise, leave commented to use the main branch.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rarepolz rarepolz force-pushed the invoke branch 2 times, most recently from 9086c84 to 57df333 Compare November 11, 2025 15:00
- Add parameter validation and comprehensive error handling for all exception types
- Implement status code validation and function error detection
- Add ResourceNotFoundException and InvalidParameterValueException handling
- Include test coverage for all error paths and edge cases
- Support synchronous Lambda invocation with proper payload serialization and response parsing
@rarepolz rarepolz changed the title Invoke feat: implement Lambda invocation with error handling Nov 11, 2025
@rarepolz rarepolz marked this pull request as ready for review November 11, 2025 15:37
@rarepolz rarepolz merged commit 3a31d90 into main Nov 14, 2025
32 of 60 checks passed
@wangyb-A wangyb-A deleted the invoke branch November 18, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement invoke operation

2 participants